body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
span,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.1s linear, background-color 0.15s linear;
  -moz-transition: color 0.1s linear, background-color 0.15s linear;
  -o-transition: color 0.1s linear, background-color 0.15s linear;
  transition: color 0.1s linear, background-color 0.15s linear;
}
body {
  color: #333333;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  min-width: 1200px;
  margin: auto;
  background: white;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
label {
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
u,
th,
var {
  font-style: normal;
  font-weight: normal;
}
i {
  font-style: normal;
}
a {
  color: #333333;
  text-decoration: none;
}
/*a:hover {
  text-decoration: none;
  color: #0a8be5;
}*/
img {
  border: none;
  max-width: 100%;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline-style: none;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
  margin: 0;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
input,
textarea,
select,
button {
  font-family: "Microsoft YaHei";
  color: #333333;
}
input[placeholder],
[placeholder],
*[placeholder] {
  color: #999999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
/*登录*/
.sign {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover ;
  top: 0;
  left: 0;
}
.sign ._sign {
  position: absolute;
  width: 530px;
  left: 50%;
  margin-left: -265px;
  top: 20%;
}
.sign ._sign .logo {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.sign ._sign .form_t {
  border: 1px solid #caf0e5;
  border-radius: 20px;
  background: white;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 20px;
}
.sign ._sign .form_t input {
  font-size: 20px;
  float: left;
  height: 70px;
  border: none;
  width: 450px;
  background: white;
  padding: 0 20px;
  color: #606060;
}
.sign ._sign .form_t img {
  margin-top: 20px;
  float: right;
  margin-right: 20px;
}
.sign ._sign .form_t input:-ms-input-placeholder {
  color: #606060;
  opacity: 1;
}
.sign ._sign .form_t input::-webkit-input-placeholder {
  color: #606060;
  opacity: 1;
}
.sign ._sign .form_lab {
  color: #606060;
  font-size: 20px;
  display: block;
  height: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}
.sign ._sign .form_lab input {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-top: 8px;
}
.sign ._sign .form_lab font {
  color: #00ac72;
  cursor: pointer;
}
.sign ._sign .submit {
  font-size: 24px;
  width: 100%;
  color: white;
  height: 80px;
  border: none;
  background: url(../images/sut.png) no-repeat center;
  background-size: 100% 100% ;
}
.eject {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/bgt.png) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
}
.eject ._eject {
  position: absolute;
  width: 715px;
  height: 480px;
  border-radius: 15px;
  background: #00ac72;
  padding: 13px;
  left: 50%;
  margin-left: -355.25px;
  top: 50%;
  margin-top: -240px;
}
.eject ._eject .gb {
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../images/gb.png) no-repeat center;
  cursor: pointer;
  right: -60px;
  top: -20px;
}
.eject ._eject h6 {
  height: 70px;
  color: white;
  line-height: 70px;
  font-size: 26px;
  text-align: center;
  margin-bottom: 5px;
}
.eject ._eject ._eject_info {
  height: 379px;
  border-radius: 15px ;
  background: white;
  padding: 25px 0;
}
.eject ._eject ._eject_info ._eject_tk {
  padding: 0 30px;
  height: 329px;
  margin-right: -6px;
  overflow-y: auto;
  /*美化滚动条*/
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.eject ._eject ._eject_info ._eject_tk div {
  line-height: 40px;
  font-size: 17px;
  color: #393939;
}
.eject ._eject ._eject_info ._eject_tk div b {
  margin-top: 5px;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #7ccfb3;
  border-radius: 100%;
  text-align: center;
  color: white;
}
.eject ._eject ._eject_info ._eject_tk div p {
  float: left;
  margin-left: 12px;
  color: #393939;
  width: 575px;
}
.eject ._eject ._eject_info ._eject_tk::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #1fe6a3;
}
.eject ._eject ._eject_info ._eject_tk::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #00ac72;
  border-radius: 10px;
  background-color: #1fe6a3;
}
.eject ._eject ._eject_info ._eject_tk::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #00ac72;
  background-color: #04714c;
}
/*头部*/
.top {
  width: 1200px;
  margin: 25px auto;
}
.top .logo {
  float: left;
}
.top .tel {
  float: right;
  padding: 10px 0 10px 65px;
  background: url(../images/tel.png) no-repeat left;
  margin-top: 10px;
}
.top .tel span {
  font-size: 16px;
  color: black;
}
.top .tel p {
  font-size: 24px;
  color: #f91212;
  font-family: Impact;
}
.one {
  height:625px;
}
.one .notice {
  height: 60px;
  background: rgba(0, 0, 0, 0.28);
}
.one .notice ._notice {
  width: 1200px;
  margin: auto ;
}
.one .notice ._notice .not_tit {
  float: left;
  font-size: 16px;
  color: #ffffff;
  background: url(../images/notice.png) no-repeat left;
  padding-left: 40px;
  height: 60px;
  line-height: 60px;
}
.one .notice ._notice .notice_news {
  float: left;
  width: 730px;
  height: 60px;
  line-height: 60px;
}
.one .notice ._notice .notice_news .bd li {
  float: left;
  width: 365px !important;
  padding-right: 30px;
  white-space: nowrap;
  text-overflow: hidden;
  overflow: hidden;
}
.one .notice ._notice .notice_news .bd li a {
  font-size: 16px;
  color: #ffffff;
}
.one .notice ._notice .gd {
  float: right;
  line-height: 60px;
  height: 60px;
  color: white;
  font-size: 16px;
  background: url(../images/jt.png) no-repeat right;
  padding-right: 26px;
}
.one ._one {
  width: 1200px;
  margin: auto;
}
.one ._one ._one_a {
  float: left;
  margin-top: 75px;
}
.one ._one ._one_b {
  float: right;
  width: 715px;
}
.one ._one ._one_b ._one_b_tit {
  width: 420px;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  overflow: hidden;
  margin: 25px 0;
  font-size: 16px;
  color: #303030;
  float: left;
}
.one ._one ._one_b ._one_b_tit font {
  margin-right: 20px;
  float: left;
  padding: 0 5px 0 20px;
  font-size: 16px;
  text-align: center;
  color: white;
  background: #f35a58;
}

.thxz58{
	float: right;
	margin-top: 25px;
	height: 50px;
  line-height: 50px;
  font-size: 17px;
  text-align: center;
  border-radius: 30px;
  width: 135px;
  text-align: center;
  color: white;
  background: #f35a58;
}


.one ._one ._one_b ._one_b_ul {
  padding-right: 56px;
  height: 455px;
  overflow-y: auto;
  /*美化滚动条*/
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.one ._one ._one_b ._one_b_ul li {
  float: left;
  width: 200px;
  text-align: center;
  margin-left: 27.5px;
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
}
.one ._one ._one_b ._one_b_ul li > div {
  background: white;
  padding: 4px;
  border-radius: 8px;
  position: relative;
}
.one ._one ._one_b ._one_b_ul li >  div .img_t {
  border-radius: 8px;
  width: 100%;
  height: 139px;
  display: block;
}
.one ._one ._one_b ._one_b_ul li >  div .dh {
  display: none;
  position: absolute;
  right: 4px;
  bottom: 4px;
}



.one ._one ._one_b ._one_b_ul li p.p1 {
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  text-align: left;
}
.one ._one ._one_b ._one_b_ul li p.p2 {
  padding: 0 5px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
}
.one ._one ._one_b ._one_b_ul li p.p2 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: /*130px*/ 100%;
  height: 35px;
  text-align: center;
  background: url(../images/xjt.png) no-repeat right #efefef;
  color: #515151;
  font-size: 16px;
  border-radius: 7px ;
  border: none ;
  padding: 0 45px 0 22px;
}
.one ._one ._one_b ._one_b_ul li p.p3 {
  padding: 0 10px;
  text-align:center;
  font-size: 16px;
  margin-top: 5px;
  position: absolute;
  z-index: 999999;
  width: 100%;
  bottom: -40px;
}
.one ._one ._one_b ._one_b_ul li p.p3 a {
  display: inline-block;
  width: 35px;
  background: #515151;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  color: white;
  border-radius: 7px 0 0 7px ;
}
.one ._one ._one_b ._one_b_ul li p.p3 a.aj1 {
  border-radius:0 7px 7px 0;
}
.one ._one ._one_b ._one_b_ul li p.p3 input {
  display: inline-block;
  width: 90px;
  background: white;
  border: 1px solid  #515151;
  font-size: 20px;
  color: #515151;
   height: 35px;
   text-align: center;
}

/*.one ._one ._one_b ._one_b_ul8 li p {
  padding: 0 10px;
  text-align: left;
  white-space: initial;
  text-overflow: initial;
  overflow:  initial;
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}
.one ._one ._one_b ._one_b_ul8 li p span {
  display: inline-block;
  margin-right: 5px;
}
*/


.one ._one ._one_b ._one_b_ul li.on > div .dh {
  display: block;
}
.one ._one ._one_b ._one_b_ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #9fe4c9;
}
.one ._one ._one_b ._one_b_ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #9fe4c9;
  border-radius: 10px;
  background-color: #9ee3c8;
}
.one ._one ._one_b ._one_b_ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #fa4b4b;
  background-color: #fa4b4b;
}
.two {
  background: url(../images/bgy.jpg) no-repeat bottom #fafafa;
  background-size: cover ;
  padding: 55px 0 100px;
}
.two ._two {
  width: 1200px;
  display: block;
  margin: auto;
}
.two ._two ._two_tit {
  margin-bottom: 40px;
}
.two ._two .form_w {
  width: 660px;
  margin: 0 auto 17px;
}
.two ._two .form_w span {
  width: 120px;
  float: left;
  font-size: 17px;
  line-height: 55px;
  height: 55px;
  color: #393939;
  text-align: right;
}
.two ._two .form_w span i {
  font-style: normal;
  color: #ec1409;
  font-size: 16px;
}
.two ._two .form_w div {
  float: left;
  padding: 0 10px;
  font-size: 16px;
  color: #393939;
  line-height: 55px;
  height: 55px;
}
.two ._two .form_w input {
  float: left;
  height: 55px;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 0 10px;
  border: 1px solid #e4e3e3;
  font-size: 16px;
  color: #555555;
}
.two ._two .form_w input.inp1 {
  width: 210px;
}
.two ._two .form_w input.inp2 {
  width: 539px;
}
.two ._two .form_w select {
  float: left;
  height: 55px;
  background: #f8f8f8;
  border-radius: 8px;
  padding: 0 10px;
  border: 1px solid #e4e3e3;
  color:#555555;
  font-size: 16px;
}
.two ._two .form_w select.sec1 {
  width: 210px;
  padding-left: 83px;
}
.two ._two .form_w select.sec2 {
  width: 167px;
  margin-right: 19px;
}
.two ._two .form_w font {
  float: left;
  color: #fa4b4b;
  font-size: 17px;
  height: 55px;
  line-height: 55px;
  margin-left: 22px;
}
.two ._two .submit {
  width: 660px;
  margin: auto;
  padding-left: 120px;
  text-align: center;
}
.two ._two .submit input {
  background: #fa4b4b;
  color: white;
  height: 67px;
  margin-top: 30px;
  width: 480px;
  border: none;
  border-radius: 7px;
  font-size: 22px;
}
/*.确认信息弹出*/
.confirm {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77);
  background-size: cover;
  top: 0;
  left: 0;
  display: none;
}
.confirm ._confirm {
  width: 425px;
  height: 300px;
  position: absolute;
  left: 50%;
  margin-left: -212.5px;
  top: 50%;
  margin-top: -150px;
  background: white;
  border-radius: 10px;
  padding: 30px 15px 10px 15px;
  text-align: center;
}
.confirm ._confirm img {
  display: block;
  margin: 0 auto 25px;
}
.confirm ._confirm h6 {
  font-size: 17px;
  color: #393939;
}
.confirm ._confirm a {
  display: block;
  width: 220px;
  height: 55px;
  line-height: 55px;
  font-size: 19px;
  color: white;
  background: #03ad74;
  margin: 25px auto 0;
  border-radius: 25px;
}
/*未选商品提示框*/
.unselected {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77);
  background-size: cover;
  top: 0;
  left: 0;
  display: none;
}
.unselected ._unselected {
  width: 425px;
  height: 300px;
  position: absolute;
  left: 50%;
  margin-left: -212.5px;
  top: 50%;
  margin-top: -150px;
  background: white;
  border-radius: 10px;
  padding: 30px 15px 10px 15px;
  text-align: center;
}
.unselected ._unselected img {
  display: block;
  margin: 0 auto 25px;
}
.unselected ._unselected h6 {
  font-size: 17px;
  color: #393939;
}
.unselected ._unselected a {
  display: block;
  width: 220px;
  height: 55px;
  line-height: 55px;
  font-size: 19px;
  color: white;
  background: #03ad74;
  margin: 25px auto 0;
  border-radius: 25px;
}
.footer {
  text-align: center;
  background: #2b2b2b;
  padding: 35px 0;
}
.footer span {
  color: #ffffff;
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
  line-height: 2.5;
}
.footer a {
  color: #ffffff;
}
/*公告列表*/
.news {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77);
  background-size: cover;
  top: 0;
  left: 0;
}
.news ._news {
  width: 1100px;
  position: absolute;
  left: 50%;
  margin-left: -550px;
  height: 70%;
  top: 15%;
  background: white;
  border-radius: 10px;
  padding: 35px 25px 20px 25px;
}
.news ._news .tit {
  position: absolute;
  left: 30px;
  height: 60px;
  line-height: 60px;
  width: 215px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  background: #2c9166;
  border-radius: 10px 10px  0 0;
  top: -60px;
}
.news ._news ._news_f {
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../images/gb.png) no-repeat center;
  cursor: pointer;
  right: -60px;
  top: -20px;
}
.news ._news ._news_ul {
  height: 85%;
  margin-bottom: 15px;
  overflow-y: auto;
  /*美化滚动条*/
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.news ._news ._news_ul li {
  background: #f8f8f8;
  float: right;
  width: 48%;
  padding: 25px 30px 40px 30px;
  margin-bottom: 30px;
}
.news ._news ._news_ul li h6 {
  font-size: 18px;
  color: #212121;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.news ._news ._news_ul li span {
  color: #c3c3c3;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
}
.news ._news ._news_ul li p {
  color: #212121;
  font-size: 15px;
  line-height: 1.6;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news ._news ._news_ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #1fe6a3;
}
.news ._news ._news_ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #00ac72;
  border-radius: 10px;
  background-color: #1fe6a3;
}
.news ._news ._news_ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #00ac72;
  background-color: #04714c;
}
.news ._news .new {
  height: 100%;
  padding-top: 30px;
  margin: 0 30px;
  overflow-y: auto;
  /*美化滚动条*/
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.news ._news .new .new_tit {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
}
.news ._news .new .new_tit h6 {
  font-size: 22px;
  color: #212121;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.news ._news .new .new_tit p {
  font-size: 16px;
  color: #c9c9c9;
}
.news ._news .new .new_info {
  padding: 17px 0;
  border-bottom: 1px solid #ececec;
  line-height: 2.5;
  font-size: 15px;
  color: #393939;
}
.news ._news .new .new_pages {
  color: #393939;
  font-size: 15px;
  padding: 20px 0 5px;
}
.news ._news .new .new_pages .new_pages_a {
  float: left;
  width: 70%;
}
.news ._news .new .new_pages .new_pages_a p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 2.5;
}
.news ._news .new .new_pages .new_pages_a p a {
  color: #393939;
}
.news ._news .new .new_pages .fh {
  float: right;
  padding: 0 25px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  color: white;
  background: #b9b9b9;
  font-size: 18px;
  margin-top: 10px;
}
.news ._news .new::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #1fe6a3;
}
.news ._news .new::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #00ac72;
  border-radius: 10px;
  background-color: #1fe6a3;
}
.news ._news .new::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #00ac72;
  background-color: #04714c;
}
/*分页*/
.pages {
  margin: 30px auto 0;
  font-size: 14px;
  text-align: center;
}
.pages a {
  text-align: center;
  line-height: 40px;
  display: inline-block;
  padding: 0 16px;
  margin: 0 4px;
  color: #535353;
  border: 1px solid #d8d8d8;
  background: white;
}
.pages span {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  padding: 0 16px;
  margin: 0 4px;
  background: #2c9166;
  border: 1px solid #2c9166;
  color: white;
}
.pages b {
  display: none;
}
.Write {
  width: 780px;
  margin: auto;
  padding: 5% 0;
}
.Write .Write_logo {
  text-align: center;
  margin-bottom: 45px;
}
.Write .Write_form > input {
  width: 450px;
  height: 70px;
  background: white;
  border-radius: 15px ;
  margin: 0 auto 17px;
  border: none;
  font-size: 20px;
  padding: 0 20px;
  display: block;
}
.Write .Write_form .xz {
  margin-top: 40px;
  margin-left: 160px;
  color: white;
  font-size: 20px;
}
.Write .Write_form .xz p {
  margin-bottom: 20px;
}
.Write .Write_form .xz label {
  margin-right: 40px;
}
.Write .Write_form .xz label input[type=checkbox] {
  -webkit-appearance: none;
  margin: auto;
  width: 21px;
  height: 21px;
  background: url(../images/d1.png) no-repeat transparent;
  background-size: 100% 100%;
  border: none;
  outline: none;
  margin-right: 10px;
  vertical-align: top;
  margin-top: 4px;
}
.Write .Write_form .xz label input[type=checkbox]:checked {
  background: url(../images/d2.png) no-repeat transparent;
  background-size: 100% 100%;
}
/*核销第二步*/
.nucleus {
  width: 786px;
  padding: 5% 0;
  margin: auto;
}
.nucleus .nucleus_rf {
  background: url(../images/htbg.png) no-repeat center;
  background-size: 100% 100% ;
  padding: 80px 110px 80px 80px;
}
.nucleus .nucleus_rf .nucleus_rf_tit {
  font-size: 26px;
  font-weight: bold;
  color: #111010;
  margin-bottom: 15px;
}
.nucleus .nucleus_rf .nucleus_rf_specifications {
  font-size: 18px;
  color: #515151;
  line-height: 1;
}
.nucleus .nucleus_rf .nucleus_rf_specifications span {
  float: left;
  margin-right: 70px;
}
.nucleus .nucleus_rf .nucleus_rf_order {
  font-size: 18px;
  color: #515151;
  margin: 13px auto 20px;
}
.nucleus .nucleus_rf .nucleus_rf_ul li {
  float: left;
  width: 180px;
  text-align: center;
  margin-left: 28px;
  margin-bottom: 15px;
}
.nucleus .nucleus_rf .nucleus_rf_ul li label {
  cursor: pointer;
  display: block;
  background: white;
  padding: 5px;
  border: 1px solid #dedede;
  border-radius: 8px;
  position: relative;
}
.nucleus .nucleus_rf .nucleus_rf_ul li label .img_t {
  border-radius: 8px;
  width: 100%;
  height: 120px;
  display: block;
}
.nucleus .nucleus_rf .nucleus_rf_ul li label input[type=checkbox] {
  -webkit-appearance: none;
  margin: auto;
  width: 46px;
  height: 41px;
  background: transparent;
  background-size: 100% 100%;
  border: none;
  outline: none;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.nucleus .nucleus_rf .nucleus_rf_ul li label input[type=checkbox]:checked {
  background: url(../images/dh.png) no-repeat transparent;
  background-size: 100% 100%;
}
.nucleus .nucleus_rf .nucleus_rf_ul li p {
  margin-top: 10px;
  height: 37px;
  line-height: 37px;
  text-align: left;
  color: #515151;
  font-size: 16px;
  border-radius: 7px ;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #efefef;
}
.nucleus .nucleus_rf .nucleus_rf_ul li select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  display: block;
  margin-top: 10px;
  height: 37px;
  text-align: center;
  background: url(../images/xjt.png) no-repeat right #efefef;
  color: #515151;
  font-size: 16px;
  border-radius: 7px ;
  border: none ;
  padding: 0 45px 0 10px;
}
.nucleus .submit {
  display: block;
  margin: auto;
  font-size: 26px;
  color: white;
  width: 280px;
  height: 73px;
  border-radius: 7px ;
  border: none;
  background: #fa4b4b;
}
/*首页*/
.index {
  padding: 120px 0;
}
.index .index_logo {
  width: 530px;
  margin: 0 auto 50px;
  text-align: center;
}
.index .index_tab {
  width: 1100px;
  margin: auto;
  text-align: center;
}
.index .index_tab table {
  width: 100%;
}
.index .index_tab table td {
  padding: 80px 0;
  width: 33.3%;
  border-radius: 10px;
  position: relative;
}
.index .index_tab table td b {
  left: 10px;
  top: 17.5px;
  position: absolute;
  border-radius: 10px;
  width: 346px;
  height: 262px;
  box-shadow: 10px 17.321px 20px 0px #222222;
}
.index .index_tab table td a {
  position: relative;
  z-index: 99999;
  display: block;
}
.index .index_tab table td a img {
  width: 74px;
  height: 74px;
  display: block;
  margin: auto;
}
.index .index_tab table td a p {
  margin: 15px auto;
  font-size: 25px;
  color: white;
}
.index .index_tab table td.on1 b {
  background: #eeaa28;
}
.index .index_tab table td.on2 a img {
  width: 236px;
  height: 236px;
}
.index .index_tab table td.on2 b {
  height: 559px;
  background: #9ad043;
}
.index .index_tab table td.on3 b {
  background: #52d8ec;
}
.index .index_tab table td.on4 b {
  background: #5377ea;
}
.index .index_tab table td.on5 b {
  background: #d364bd;
}
/*有效期查询*/
.date {
  width: 530px;
  padding: 12% 0;
  margin: auto;
}
.date .logo {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.date .form_t {
  border: 1px solid #caf0e5;
  border-radius: 20px;
  background: white;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 20px;
}
.date .form_t input {
  font-size: 20px;
  float: left;
  height: 70px;
  border: none;
  width: 300px;
  background: white;
  padding: 0 20px;
  color: #606060;
}
.date .form_t img {
  margin-top: 20px;
  float: right;
  width: 27px;
  height: 30px;
  margin-right: 20px;
}
.date .form_t img.yzm {
  width: 160px;
  height: 50px;
  margin-top: 10px;
}
.date .form_t input:-ms-input-placeholder {
  color: #606060;
  opacity: 1;
}
.date .form_t input::-webkit-input-placeholder {
  color: #606060;
  opacity: 1;
}
.date .submit {
  font-size: 24px;
  width: 100%;
  color: white;
  height: 80px;
  border: none;
  background: url(../images/sut.png) no-repeat center;
  background-size: 100% 100% ;
}
/*未选商品提示框*/
.query {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77);
  background-size: cover;
  top: 0;
  left: 0;
  display: none;
}
.query ._query {
  width: 425px;
  height: 430px;
  position: absolute;
  left: 50%;
  margin-left: -212.5px;
  top: 50%;
  margin-top: -215px;
  background: white;
  border-radius: 10px;
  padding: 30px 15px 10px 15px;
  text-align: center;
}
.query ._query .eegb {
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../images/gb.png) no-repeat center;
  cursor: pointer;
  right: -60px;
  top: -20px;
}
.query ._query img {
  display: block;
  margin: 0 auto 15px;
}
.query ._query h6 {
  font-size: 24px;
  font-weight: bold;
  color: #202020;
  padding-left: 80px;
  text-align: left;
  margin-bottom: 10px;
}
.query ._query p {
  text-align: left;
  font-size: 17px;
  color: #393939;
  padding-left: 80px;
}
.query ._query a {
  display: block;
  width: 220px;
  height: 55px;
  line-height: 55px;
  font-size: 19px;
  color: white;
  background: #03ad74;
  margin: 25px auto 0;
  border-radius: 25px;
}
.search {
  padding: 60px 0;
  background: url(../images/bg2.png) no-repeat center;
  background-size: cover;
}
.search .search_tit {
  text-align: center;
  font-size: 50px;
  color: white;
  margin-bottom: 25px;
}
.search .search_form {
  display: block;
  margin: auto;
  width: 550px;
  font-size: 16px;
  height: 55px;
  
}
.search .search_form select{
  	float: left;
    height: 55px;
    font-size: 16px;
    width: 130px;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/xjt55.png) no-repeat 113px white;
    padding-right: 20px;
    text-align: center;
    padding-left: 20px;
    /*border-right: 1px solid #f91212;*/
  
}
.search .search_form select::-ms-expand { display: none; }
.search .search_form input[type=submit] {
  height: 55px;
  width: 60px;
  float: right;
  border: none;
  background: url(../images/ss.png) no-repeat center white;
}
.search .search_form input[type=text] {
  font-size: 16px;
  height: 55px;
  border: none;
  width:360px;
  float: left;
  padding: 0 25px;
  color: #676767;
  background: url(../images/xx.png) no-repeat 10px center white;
}
.store {
  width: 1200px;
  margin: 55px auto 0;
}
.store li {
  float: left;
  width: 360px;
  padding: 10px;
  background: white;
  margin-bottom: 60px;
  margin-left: 60px;
}

.store li a{
	position: relative;
	display: block;
}

.store li img {
  display: block;
  width: 100%;
  height: 235px;
}
.store li h6 {
  font-size: 18px;
  color: #272727;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 20px auto 15px;
  line-height: 1;
}
.store li p {
  color: #aeaeae;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto 17px;
  line-height: 1;
}
.store li span{
	display: block;
	width: 105px;
	height:35px;
	line-height: 33px;
	border:1px solid #00ac72;
	color: #00ac72;
	border-radius:7px ;
	text-align: center;
	font-size: 14px;
}

.store li font{
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	line-height: 44px;
	border-radius:0 0 10px 10px ;
	width: 65px;
	text-align: center;
	font-size: 20px;
	background: #ed4e4e;
	color: white;
	text-shadow: 2px 2.732px 2px rgb( 194, 70, 70 );
}




/*.门店详情*/
.door {
  width: 1200px;
  margin: 45px auto;
}
.door .door_a {
  width: 100%;
  background: white;
  margin-bottom: 30px;
}
.door .door_a td {
  border: 1px solid #d8d8d8;
  color: #262626;
  height: 80px;
  font-size: 15px;
  text-align: center;
  padding: 0 40px;
  width: 25%;
}
.door .door_b {
  margin-bottom: 35px;
}
.door .door_b .door_b_tit {
  font-size: 24px;
  color: black;
  padding-left: 50px;
  height: 40px;
  line-height: 40px;
  background: url(../images/xqt1.png) left no-repeat;
  font-weight: bold;
  margin-bottom: 15px;
}
.door .door_b .door_b_info {
  font-size: 15px;
  color: #262626;
  line-height: 2.3;
}
.door .door_c .door_c_tit {
  font-size: 24px;
  color: black;
  padding-left: 50px;
  height: 40px;
  line-height: 40px;
  background: url(../images/xqt2.png) left no-repeat;
  font-weight: bold;
  margin-bottom: 15px;
}
.door .door_c .door_c_dt img {
  display: block;
  width: 100%;
}
.banner {
  height: 267px;
}
/*售后*/
.after {
  width: 1200px;
  margin: 70px auto 90px;
}
.after .after_tit {
  text-align: center;
  margin-bottom: 50px;
}
.after .after_tit h6 {
  font-size: 40px;
  font-weight: bold;
  color: black;
  line-height: 1;
  margin-bottom: 10px;
}
.after .after_tit p {
  color: #cccccc;
  font-size: 18px;
}
.after .after_form {
  width: 800px;
  display: block;
  margin: auto;
}
.after .after_form .after_form_dl {
  margin-bottom: 20px;
}
.after .after_form .after_form_dl span {
  float: left;
  width: 120px;
  font-size: 17px;
  color: #393939;
  text-align: right;
  height: 57px;
  line-height: 57px;
  padding-right: 20px;
}
.after .after_form .after_form_dl input[type=text] {
  background: white;
  border: 1px solid #e4e3e3;
  border-radius: 5px ;
  float: left;
  width: 540px;
  height: 57px;
  padding: 0 20px;
  font-size: 17px;
}
.after .after_form .after_form_dl input[type=tel] {
  padding: 0 20px;
  font-size: 17px;
  background: white;
  border: 1px solid #e4e3e3;
  border-radius: 5px ;
  float: left;
  width: 540px;
  height: 57px;
}
.after .after_form .after_form_dl > div {
  float: left;
  width: 670px;
}
.after .after_form .after_form_dl >  div label {
  height: 57px;
  float: left;
  line-height: 57px;
  color: #393939;
  font-size: 17px;
  margin-right: 20px;
}
.after .after_form .after_form_dl >  div label input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.after .after_form .after_form_dl >  div a {
  float: left;
  width: 96px;
  height: 96px;
  margin-right: 14px;
}
.after .after_form .after_form_dl >  div a img {
  width: 100%;
  height: 100%;
  display: block;
}

.after .after_form .after_form_dl >  div > div {
  float: left;
  width: 96px;
  height: 96px;
  margin-right: 14px;
}
.after .after_form .after_form_dl >  div  > div  img {
  width: 100%;
  height: 100%;
  display: block;
}

.after .after_form input[type=submit] {
  background: #fa4b4b;
  border: none;
  display: block;
  margin: 40px auto;
  border-radius: 5px ;
  font-size: 22px;
  color: white;
  width: 485px;
  height: 70px;
}
/*售后反馈*/
.feedback {
  width: 1200px;
  padding: 100px 0 100px 400px;
  min-height: 450px ;
  margin: auto;
}
.feedback .feedback_tab {
  width: 100%;
  background: #f8f8f8;
}
.feedback .feedback_tab th {
  font-size: 17px;
  color: #262626;
  text-align: center;
  padding: 25px 15px;
  width: 140px;
  border: 1px solid #d6d6d6;
}
.feedback .feedback_tab td {
  font-size: 15px;
  color: #262626;
  padding: 20px 25px;
  border: 1px solid #d6d6d6;
  line-height: 2;
}
.feedback .feedback_tab td img {
  margin-top: 25px;
  float: left;
  width: 90px;
  margin-right: 10px;
}
._top {
  background: white;
  padding: 1px 0;
}
/*订单物流查询*/
.order {
  width: 1200px;
  margin: 40px auto;
}
.order .order_tit {
  color: #111010;
  font-size: 26px;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  padding-left: 75px;
  margin-bottom: 20px;
  background: url(../images/dr1.png) no-repeat left;
}
.order .order_lab {
  width: 100%;
  background: white;
}
.order .order_lab th {
  padding: 25px 15px;
  color: #515151;
  font-size: 16px;
  border: 1px solid #ededed;
  background: #f4f4f4;
  text-align: center;
}
.order .order_lab td {
  font-size: 16px;
  border: 1px solid #ededed;
  padding: 13px 10px;
  text-align: center;
  color: #515151;
}
.order .order_lab td img {
  width: 67px;
  margin-right: 15px;
  vertical-align: middle;
}
.order .order_lab td p{
	display: inline-block;
	vertical-align: middle;
	width:350px ;
	text-align: left;
}

.order .order_lab td input{
	height: 40px;
	width: 120px;
	color: white;
	font-size: 16px;
	border: none;
	background: #f91212;
}

.logistics_tit{
	display: block;
	color: #111010;
  font-size: 22px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  background: url(../images/dr2.png) no-repeat left;
  background-size:30px 30px ;
}


/*物流查询*/
.logistics {
  width: 1200px;
  margin: 0 auto 40px;
}
.logistics .logistics_tit {
  color: #111010;
  font-size: 26px;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  padding-left: 75px;
  margin-bottom: 20px;
  background: url(../images/dr2.png) no-repeat left;
}
.logistics .logistics_info {
  padding: 0 60px;
  font-size: 15px;
  line-height: 2;
}

.home{
	float: left;
	font-size: 16px;
	line-height:58px;
	height: 61px;
	width: 159px;
	text-align: center;
	background: url(../images/btn.png) no-repeat center;
	color: white;
	margin-left:100px;
	    margin-top: 19px;
}




/*订单物流查询*/
.thxq {
  width: 1200px;
  margin: 40px auto;
}
.thxq .thxq_tit {
  color: #111010;
  font-size: 26px;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  padding-left: 75px;
  margin-bottom: 20px;
  background: url(../images/dr1.png) no-repeat left;
}
.thxq .thxq_lab {
  width: 100%;
  background: white;
}
.thxq .thxq_lab th {
  padding: 25px 15px;
  color: #515151;
  font-size: 16px;
  border: 1px solid #ededed;
  background: #f4f4f4;
  text-align: center;
}
.thxq .thxq_lab td {
  font-size: 16px;
  border: 1px solid #ededed;
  padding: 13px 10px;
  text-align: center;
  color: #515151;
}
.thxq .thxq_lab td img {
  width: 67px;
  margin-right: 15px;
  vertical-align: middle;
}
.thxq .thxq_lab td p{
	display: inline-block;
	vertical-align: middle;
	width:350px ;
}

/*收货信息*/

.shxx {
  width: 1200px;
  margin: 40px auto;
}
.shxx .shxx_tit {
  color: #111010;
  font-size: 26px;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  padding-left: 75px;
  margin-bottom: 35px;
  background: url(../images/rt4.png) no-repeat left;
}

.shxx_info{
	background: url(../images/dz54.jpg) no-repeat center;
	height: 292px;
	padding: 50px 85px;
	font-size: 16px;
	color: #000000;
	line-height: 45px;
}
.shxx_info span{
	display: inline-block;
	margin-right: 55px;
}


.ntab th {
  padding:10px;
  color: #515151;
  font-size: 14px;
  border: 1px solid #ededed;
  background: white;
  text-align: center;
}
.ntab td {
	background: white;
  font-size: 14px;
  border: 1px solid #ededed;
  padding: 10px;
  text-align: center;
  color: #515151;
}
.ntab td img {
  width: 50px;
 	
}
.ntab td p{
	margin-top: 3px;
}


.rft55{
	
}
.rft55 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/bgt.png) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 99999999999999;
}
.rft55 ._rft55 {
  position: absolute;
  width: 715px;
  height: 480px;
  border-radius: 15px;
  background: #00ac72;
  padding: 13px;
  left: 50%;
  margin-left: -355.25px;
  top: 50%;
  margin-top: -240px;
}
.rft55 ._rft55 .rft55_gb {
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../images/gb.png) no-repeat center;
  cursor: pointer;
  right: -60px;
  top: -20px;
}
.rft55 ._rft55 h6 {
  height: 70px;
  color: white;
  line-height: 70px;
  font-size: 26px;
  text-align: center;
  margin-bottom: 5px;
}
.rft55 ._rft55 ._rft55_info {
  height: 379px;
  border-radius: 15px ;
  background: white;
  padding: 25px 0;
}
.rft55 ._rft55 ._rft55_info ._rft55_tk {
  padding: 0 30px;
  height: 329px;
  margin-right: -6px;
  overflow-y: auto;
  /*美化滚动条*/
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.rft55 ._rft55 ._rft55_info ._rft55_tk div {
  line-height: 40px;
  font-size: 17px;
  color: #393939;
}
/*.rft55 ._rft55 ._rft55_info ._rft55_tk div b {
  margin-top: 5px;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #7ccfb3;
  border-radius: 100%;
  text-align: center;
  color: white;
}
.eject ._eject ._eject_info ._eject_tk div p {
  float: left;
  margin-left: 12px;
  color: #393939;
  width: 575px;
}*/
.rft55 ._rft55 ._rft55_info ._rft55_tk::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #1fe6a3;
}
.rft55 ._rft55 ._rft55_info ._rft55_tk::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #00ac72;
  border-radius: 10px;
  background-color: #1fe6a3;
}
.rft55 ._rft55 ._rft55_info ._rft55_tk::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #00ac72;
  background-color: #04714c;
}



/*.确认信息弹出*/
.firm {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77);
  background-size: cover;
  top: 0;
  left: 0;
  display: none;
}
.firm ._firm {
  width: 600px;
  height: 300px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -150px;
  background: white;
  border-radius: 10px;
  padding:25px;
  text-align: center;
}

.firm ._firm  .firm_gb {
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../images/gb.png) no-repeat center;
  cursor: pointer;
  right: -60px;
  top: -20px;
}

.firm ._firm  img {
  display: block;
  margin: 0 auto 25px;
}
.firm ._firm  h6 {
  font-size: 17px;
  color: #393939;
  margin-bottom: 20px;
}
.firm ._firm  p{
	text-align: left;
  font-size: 15px;
  color: #393939;
  line-height: 2;
  
}
.firm ._firm  a {
  display: block;
  width: 220px;
  height: 55px;
  line-height: 55px;
  font-size: 19px;
  color: white;
  background: #03ad74;
  margin: 25px auto 0;
  border-radius: 25px;
}



/*产品详情*/
.pic {
  position: fixed !important;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77) !important;
  background-size: cover;
  top: 0;
  left: 0;
  display: none;
  padding: 0 !important;
  border-radius:0 !important;
  z-index: 99999999999;
}
.pic ._pic {
  width: 1100px;
  position: absolute;
  left: 50%;
  margin-left: -550px;
  height: 70%;
  top: 15%;
  background: white;
  border-radius: 10px;
  padding: 35px 25px 20px 25px;
}
.pic ._pic .tit {
  position: absolute;
  left: 30px;
  height: 60px;
  line-height: 60px;
  width: 215px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  background: #2c9166;
  border-radius: 10px 10px  0 0;
  top: -60px;
}
.pic ._pic .pic_f {
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../images/gb.png) no-repeat center;
  cursor: pointer;
  right: -60px;
  top: -20px;
}

.pic ._pic .new {
  height: 100%;
  /*padding-top: 5px;*/
  padding: 5px 30px;
  overflow-y: auto;
  /*美化滚动条*/
  /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /*定义滚动条轨道 内阴影+圆角*/
  /*定义滑块 内阴影+圆角*/
}
.pic ._pic .new .pic_tit {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
  font-size: 22px;
  color: #212121;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}

.pic ._pic .new .pic_info {
  padding: 17px 0;
  line-height: 2.5;
  font-size: 15px;
  color: #393939;
  text-align: left !important;
}

.pic ._pic  .new::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #1fe6a3;
}
.pic ._pic  .new::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #00ac72;
  border-radius: 10px;
  background-color: #1fe6a3;
}
.pic ._pic  .new::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #00ac72;
  background-color: #04714c;
}

.pagination li{
	display: inline-block;
}
